Fix a typo in the docs. (#159955, Masao Mutoh)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 30 Nov 2004 13:31:04 +0000 (13:31 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Nov 2004 13:31:04 +0000 (13:31 +0000)
2004-11-30  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf-animation.c (gdk_pixbuf_animation_iter_get_pixbuf):
Fix a typo in the docs.  (#159955, Masao Mutoh)

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-animation.c

index 9f363bd89fd617093c5551d6c3dfe8c83925c213..e26d2b0427701374d65871e2dbeca965753871a6 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-animation.c (gdk_pixbuf_animation_iter_get_pixbuf): 
+       Fix a typo in the docs.  (#159955, Masao Mutoh)
+
 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
 
        * Makefile.am (gdk-pixbuf-alias.h): Use the perl found by 
index 56e5864e9292ff9625a4c90299a2baeb2a309516..b40446299bea4b4b0e82cb1ab57e7f1528d39f85 100644 (file)
@@ -479,9 +479,9 @@ gdk_pixbuf_animation_iter_get_delay_time (GdkPixbufAnimationIter *iter)
  * 
  * Gets the current pixbuf which should be displayed; the pixbuf will
  * be the same size as the animation itself
- * (gdk_pixbuf_animation_get_width(),
- * gdk_pixbuf_animation_get_height()). This pixbuf should be displayed
- * for gdk_pixbuf_animation_get_delay_time() milliseconds.  The caller
+ * (gdk_pixbuf_animation_get_width(), gdk_pixbuf_animation_get_height()). 
+ * This pixbuf should be displayed for 
+ * gdk_pixbuf_animation_iter_get_delay_time() milliseconds.  The caller
  * of this function does not own a reference to the returned pixbuf;
  * the returned pixbuf will become invalid when the iterator advances
  * to the next frame, which may happen anytime you call